shortcutcontroller: Introduce
authorBenjamin Otte <otte@redhat.com>
Mon, 30 Jul 2018 04:02:20 +0000 (06:02 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Mar 2020 03:00:49 +0000 (23:00 -0400)
commit5c6be5c0cd1f5ef75cf4a44dba81103f43ef676e
treefeb27b2ef4947f087edb42b3cb1c46bf657b5643
parent06660874eed42721ccc28ed13e5c71747de9c747
shortcutcontroller: Introduce

This is a very barebones controller that currently does nothing but
activate the binding signals. Yay.

And because we have bindings on every widget (Yes, a GtkGrid has a
keybinding - 2 in fact), we need that controller everywhere.
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtkshortcutcontroller.c [new file with mode: 0644]
gtk/gtkshortcutcontroller.h [new file with mode: 0644]
gtk/gtkwidget.c
gtk/meson.build